Xbasic

A5_EDIT_FIELDRULES Function

Syntax

C a5_edit_fieldrules(C table_name )

Arguments

table_name

The name of the table whose field rules you wish to edit. Character

Description

Launches the Field Rules Editor

Discussion

The A5_EDIT_FIELDRULES() function displays the Field Rules dialog box for the selected table.

Example

a5_edit_fieldrules("Customer")

Limitations

Desktop applications only.

See Also